Pitney_Bowes_Custom_MRDF OMR is usually a datamatrix and text placed on the left side of the page plus tray-text placed on the top edge. The content is customizable and values can be selected from a set of 7 options. You specify the format of the string with each required option in curly braces.
The options are: 0=curr-sheet, 1=sheets-in-mailpiece, 2=sequence-num, 3=unique-id, 4=job-id, 5=output-id, 6=file-sequence
Example of format:
job-id (8-digit) + '-' + letter ID (6-digits) + '-' + current-sheet (2-digit) + '-' + total-sheets (2-digit). {4:D8}-{3:D6}-{0:D2}-{1:D2}
<add name="OmrPosition" value="Xpos-barcode,Ypos-barcode,size-barcode,Xpos-text,Ypos-text,font-size,format,Xpos-tray,Ypos-tray,font-size-tray" />
Default values:
<add name="OmrPosition" value="10,155,8,10,10,8,{4:D8}-{3:D6}-{0:D2}-{1:D2},0,0,0" />